Expand description
This is an internal crate of PolkaVM; do not use it directly unless you absolutely know what you’re doing.
Macros§
Structs§
- An owned file descriptor. Will be automatically closed on drop.
- An unowned file descriptor.
Enums§
- Equivalent to C’s
void
type when used as a pointer.
Constants§
Functions§
- Calls the
futex
syscall withFUTEX_WAIT
operation. - Wakes up at most one thread waiting on
futex
.
Type Aliases§
- Equivalent to C’s
signed int
(int
) type. - Equivalent to C’s
signed long
(long
) type. - Equivalent to C’s
unsigned char
type. - Equivalent to C’s
unsigned int
type. - Equivalent to C’s
unsigned long
type. - Equivalent to C’s
unsigned short
type.